home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global myLine, csn, profileVid, gmyLineKeep
- if the doubleClick or (the timer < 120) then
- beep()
- exit
- end if
- if the castNum of sprite 24 <> 107 then
- beep()
- exit
- end if
- set myLine to gmyLineKeep
- set profileVid to 0
- set the castNum of sprite 8 to 27
- set the castNum of sprite 7 to 50
- updateStage()
- set the castNum of sprite (myLine + 10) to myLine + 60
- end
-